/* 首页轮播图 */
#bannerSwiper{
	min-width: 1400px;
	width: 100%;
	height: 100vh;
}
.swiper-slide{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.bannerVideo{
	position: absolute;
    left: 50%;
    top: 50%;
    /*保证视频内容始终居中*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*保证视频充满屏幕*/
    object-fit: cover;
	z-index: 1;
}
.bannerCover{
	position: absolute;
	min-width: 100%;
	min-height: 100%;
    left: 50%;
    top: 50%;
    /*保证视频内容始终居中*/
    transform: translate(-50%, -50%);
}

#bannerSwiper .bannerCenter .text {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0;
	transition: 1.5s;
	-webkit-transition: 1.5s;
	-ms-transition: 1.5s;
}

#bannerSwiper .swiper-slide-active .bannerCenter .text {
	opacity: 1;
	top: 50%;
}

#bannerSwiper .bannerCenter .text .bannerCN {
	font-size: 44px;
	letter-spacing: 7px;
}

#bannerSwiper .bannerCenter .text .bannerEN {
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.swiper-button-prev{
	width: 64px;
	height: 64px;
	background-color: #BB2821;
	color: #ffffff;
	left: 0;
	bottom: 0;
	top: unset;
}
.swiper-button-prev:after{
	font-family: "Microsoft YaHei";
	font-size: 26px;
	content: "\2190";
	color: #ffffff;
}
.swiper-button-next{
	width: 64px;
	height: 64px;
	background-color: #BB2821;
	color: #ffffff;
	right: 0;
	bottom: 0;
	top: unset;
}
.swiper-button-next:after{
	font-family: "Microsoft YaHei";
	font-size: 26px;
	content: "\2192";
	color: #ffffff;
}
.swiper-button-disabled{
	display: none;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet{
	background-color: transparent;
	border: 1px solid #ffffff;
	opacity: 1;
	margin: 0 8px;
}
.swiper-pagination-bullet-active{
	background-color: #BB2821;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 70px;
}
.st_news .swiper-container-horizontal>.swiper-pagination-bullets, .st_news .swiper-pagination-custom, .st_news .swiper-pagination-fraction{
	bottom: 110px;
	text-align: right;
	padding-right: 65px;
}

/* 股票数据概览 */
.st_stock {
	/* background-color: #f0f2f5; */
	height: 100px;
}

.st_stock .st_center {
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	height: 100px;
	z-index: 2;
	padding-right: 30px;
	margin-top: -50px;
	box-shadow: 0 5px 10px #C0C0C0;
}

.st_stock_main {
	width: 125px;
	background-color: #BB2821;
	color: #ffffff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 24px;
}

.st_stock_item {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 24px;
}

.st_stock_line {
	height: 24px;
	border-left: 1px solid #F4EEEE;
	margin-top: 38px;
}

.st_index_title {
	line-height: 40px;
}

.st_news .st_center {
	padding: 80px 0;
}

.st_news_tabitem {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
}
.st_news_tabitem a{
	display: block;
}

.st_news_tabitem.cur,
.st_news_tabitem:hover {
	background-color: #BB2821;
	color: #ffffff;
}
.st_news_tabitem.cur a,
.st_news_tabitem:hover a{
	color: #ffffff;
}

.st_news_list {
	display: none;
	margin-top: 38px;
}

.st_news_itemFirst {
	float: left;
	width: 47%;
	height: 480px;
	background-color: #F8F8F8;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.st_news_itemFirst .swiper-slide{
	padding: 50px 60px;
}

.st_news_info {
	position: relative;
	padding-left: 130px;
	padding-top: 26px;
	padding-right: 10px;
	width: 100%;
	height: 120px;
	line-height: 36px;
}

.st_news_date {
	position: absolute;
	left: 10px;
	top: 26px;
}
.st_news_date_small{
	position: absolute;
	left: 10px;
	top: 18px;
	display: none;
}

.st_news_date .st_news_day {
	font-size: 32px;
	color: #BB2821;
	font-weight: bold;
}
.st_news_date_small .st_news_day{
	font-size: 36px;
	color: #BB2821;
	font-weight: bold;
}

.st_news_pic {
	width: 100%;
	height: 203px;
	overflow: hidden;
}

.st_news_picurl {
	width: 100%;
	height: 203px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.st_news_itemFirst:hover {
	background-color: #f0f2f5;
	box-shadow: 0 5px 10px #C0C0C0;
}

.st_news_itemFirst:hover .st_news_picurl {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.st_news_item {
	position: relative;
	float: right;
	width: 48%;
	border-bottom: 1px solid #F4EEEE;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	top: 0;
}

.st_news_item:hover {
	background-color: #f0f2f5;
	top: -10px;
	box-shadow: 0 5px 10px #C0C0C0;
}


.st_news_itemFirst .st_more {
	margin-top: 30px;
}
.st_news_name_small{
	display: none;
	min-height: 65px;
}

.st_build {
	width: 100%;
	height: 418px;
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: center center;
	padding-top: 70px;
}

.st_build_listOuter{
	display: none;
}

.st_build_list {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.st_build_item {
	display: block;
	width: 23%;
	padding-top: 180px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.st_build_item:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.st_build_itemLast{
	display: none;
	margin-top: 23px;
	padding: 0 16px;
}
.st_build_Lastpic{
	width: 100%;
	height: 242px;
}
.st_build_Lasttitle{
	line-height: 26px;
	margin: 10px 0;
}

.st_build_list_small{
	display: none;
	width: 100%;
	height: 74px;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 40px;
	padding-left: 16px;
	padding-right: 6px;
}
.st_build_list_smallinner{
	height: 74px;
}


.st_news,.st_mainNews{
	width: 100%;
	overflow-x: hidden;
}

.st_mainNews{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #F8F6F6;
}

.st_mainNews_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.st_mainNews_item {
	position: relative;
	top: 0;
	width: 322px;
	height: 427px;
	margin-top: 40px;
	background-color: #FFFFFF;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.st_mainNews_pic {
	width: 100%;
	height: 347px;
	overflow: hidden;
}

.st_mainNews_picurl {
	width: 100%;
	height: 347px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.st_mainNews_title {
	line-height: 80px;
	padding: 0 20px;
	font-size: 24px;
}
.st_mainNews_title span:nth-child(1){
	font-weight: bold;
	margin-right: 20px;
}
.st_mainNews_title span:nth-child(2){
	color: #B3B0B0;
}


.st_mainNews_item:hover {
	top: -20px;
}

.st_mainNews_item:hover .st_mainNews_picurl {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.st_mainNews_item:hover .st_mainNews_title {
	color: #BB2821;
}
.st_mainNews_item:hover .st_mainNews_title span:nth-child(2){
	color: #BB2821;
}

.st_aboutUs{
	
}
.st_aboutUs_info {
	position: relative;
	width: 100%;
	height: 510px;
	background-color: #BB2821;
}

.st_aboutUs .st_index_title {
	padding-top: 120px;
}

.st_aboutUs_content {
	width: 34%;
	margin-top: 40px;
	line-height: 30px;
}

.st_aboutUs_info .st_center {
	position: relative;
	height: 510px;
	z-index: 3;
}
.st_aboutUs_block {
	position: absolute;
	width: 38%;
	height: 510px;
	right: 0;
	top: 0;
	background-color: #FFFFFF;
	z-index: 2;
	background-size: auto 100%;
	background-position: top right;
}
.st_aboutUs_video{
	position: absolute;
	width: 580px;
	height: 326px;
	border: 1px solid #FFFFFF;
	top: 92px;
	left: 40%;
	cursor: pointer;
}
.st_aboutUs_video_small{
	display: none;
	position: relative;
	width: 100%;
	height: 260px;
	margin-top: 20px;
}
.st_aboutUs_video video{
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	/*保证视频充满屏幕*/
	object-fit: cover;
	z-index: 1;
}
.st_aboutUs_video_small video{
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	/*保证视频充满屏幕*/
	object-fit: cover;
	z-index: 1;
}
.st_aboutUs_video img{
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%, -50%);
	z-index: 2;
	display: none;
}
.st_aboutUs_video:hover img{
	display: block;
}
.st_aboutUs_videoView{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 101;
	display: none;
}
.aboutUs_videoBox{
	position: absolute;
	width: 900px;
	height: 504px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -252px;
}
.aboutUs_videoBox video{
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	/*保证视频充满屏幕*/
	object-fit: cover;
	z-index: 1;
}
.aboutUs_videoClose{
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: 270px;
	z-index: 2;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 32px;
}

.st_aboutUs_memo {
	position: absolute;
	right: 0;
	top: 120px;
	line-height: 28px;
}

.st_aboutUs_memo .mainColor {
	position: relative;
	padding: 30px 0;
	right: -34px;
}

.st_aboutUs_memo .mainColor::before {
	content: "“";
	font-family: "SimHei";
	color: #D2D0D0;
	font-size: 34px;
	position: relative;
	top: -13px;
}

.st_aboutUs_memo .mainColor::after {
	content: "”";
	font-family: "SimHei";
	color: #D2D0D0;
	font-size: 34px;
	position: relative;
	bottom: -37px;
}

.st_aboutUs_data {
	width: 100%;
	height: 100px;
	background-color: #F8F6F6;
}

.st_aboutUs_data .st_aboutUs_datalist {
	background-color: #ffffff;
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: space-around;
}

.st_aboutUs_dataitem {
	font-size: 48px;
	font-weight: bold;
	padding-top: 55px;
}

.st_aboutUs_dataitem span.f-fs13 {
	vertical-align: text-top;
	position: relative;
	top: 5px;
}

.st_aboutUs_dataitem .f-fs13 {
	font-weight: normal;
}






@media screen and (max-width: 1400px) {
	#bannerSwiper{
		min-width: unset;
	}
	.st_aboutUs_video{
		width: 520px;
	}
}

@media screen and (max-width: 1200px) {
	#bannerSwiper{
		min-width: unset;
	}
	#bannerSwiper .bannerCenter .text .bannerCN{
		font-size: 20px;
	}
	#bannerSwiper .bannerCenter .text .bannerEN{
		font-size: 16px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
	.phoneMoreBtn{
		display: block;
	}
	.st_news .st_center{
		padding: 45px 0 0 0;
	}
	.st_index_title{
		padding-left: 16px;
		line-height: 35px;
	}
	.st_news_tab{
		display: none;
	}
	.st_index_title span:nth-child(1){
		position: relative;
		color: #3E3C3C;
		font-size: 24px;
	}
	.st_index_title span:nth-child(2){
		display: none;
	}
	.st_index_title span:nth-child(3){
		display: block;
		font-size: 24px;
		font-weight: bold;
		color: #C0C0C0;
	}
	.st_index_title span:nth-child(1)::after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: #BB2821;
		position: absolute;
		left: 0;
		top: 90px;
	}
	.st_news_list{
		padding: 0 16px;
		margin-top: 20px;
	}
	.st_news_itemFirst{
		width: 100%;
		height: 203px;
		background-color: unset;
		border-bottom: 1px solid #F4EEEE;
		margin-top: 20px;
	}
	.st_news_itemFirst .swiper-slide{
		position: relative;
		height: 203px;
		padding: 0 0;
	}
	.st_news_item{
		width: 100%;
	}
	.st_news_itemFirst .st_more{
		display: none;
	}
	.st_news_info{
		line-height: 30px;
		height: unset;
		padding-left: 80px;
		padding-top: 15px;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.st_news_date{
		display: none;
	}
	.st_news_date_small{
		display: inline-block;
	}
	.st_news_name{
		display: none;
	}
	.st_news_name_small{
		display: inline-block;
	}
	.st_news_name_small img{
		width: 14px;
		height: 14px;
		vertical-align: middle;
		position: relative;
		top: -1px;
	}
	img.usericon{
		width: 14px;
		height: 14px;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}
	.st_news_itemFirst .st_news_date_small{
		display: none;
	}
	.st_news_itemFirst .st_news_name_small{
		display: none;
	}
	.st_news_itemFirst .st_news_info{
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		left: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		padding-left: 16px;
		padding-top: 0;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.st_news_itemFirst .st_news_name{
		display: block;
		color: #FFFFFF;
	}
	.st_news_itemFirst .st_news_name .f-line{
		font-size: 14px !important;
	}
	.st_news .swiper-container-horizontal>.swiper-pagination-bullets, .st_news .swiper-pagination-custom, .st_news .swiper-pagination-fraction{
		bottom: 45px;
		padding-right: 10px;
	}
	.st_build{
		background-image: unset !important;
		padding-top: 45px;
		height: unset;
	}
	.st_build_list{
		display: none;
	}
	.st_build_list_small{
		display: block;
	}
	.st_build_item{
		width: 130px;
		padding-top: 74px;
		margin-right: 10px;
	}
	.st_build_itemLast{
		display: block;
	}
	.st_mainNews{
		background-color: #FFFFFF;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.st_mainNews_list{
		padding: 0 16px;
		margin-top: 28px;
	}
	.st_mainNews_item{
		width: 48%;
		height: 227px;
		margin-top: 12px;
	}
	.st_mainNews_pic{
		height: 227px;
	}
	.st_mainNews_picurl{
		height: 227px;
	}
	.st_mainNews_title{
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		left: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.st_mainNews_title span:nth-child(1){
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.st_mainNews_title span:nth-child(2){
		display: none;
	}
	.st_mainNews_title span:nth-child(3){
		display: none;
	}
	.st_aboutUs_info{
		background-color: #FFFFFF;
		height: unset;
	}
	.st_aboutUs_block{
		width: 100%;
		height: unset;
	}
	.st_aboutUs .st_index_title{
		padding-top: 0;
	}
	.st_aboutUs_info .st_center{
		height: unset;
	}
	.st_aboutUs_content{
		width: 100%;
		color: #716969 !important;
		padding: 0 16px;
	}
	.st_aboutUs_memo{
		display: none;
	}
	.st_aboutUs_dataitem{
		width: 50%;
	}
	.st_aboutUs_data{
		height: unset;
	}
	.st_aboutUs_data .st_aboutUs_datalist{
		flex-wrap: wrap;
		height: unset;
	}
	.st_aboutUs_dataitem{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.st_aboutUs_datalist .st_aboutUs_dataitem:nth-child(1){
		border-right: 1px solid #F4EEEE;
		border-bottom: 1px solid #F4EEEE;
	}
	.st_aboutUs_datalist .st_aboutUs_dataitem:nth-child(2){
		border-bottom: 1px solid #F4EEEE;
	}
	.st_aboutUs_datalist .st_aboutUs_dataitem:nth-child(3){
		border-right: 1px solid #F4EEEE;
	}
	.st_index_bar{
		display: none;
	}
	.st_aboutUs_video{
		display: none;
	}
	.st_aboutUs_video_small{
		display: block;
	}
}
